body {
  margin: 0;
  background-color:#fff;
  font-family:'arial', sans-serif;
  color:#575757;
}
.badge {
  display: block;
  margin: 0 auto 10px;
  width: 141px;
}
#q00 .badge {
  position: absolute;
  left: 5%;
  top: 100px;
  z-index: 100;
}
#container {
  border-radius: 0px;
  padding:0px;
  padding-top:0px;
  width:95%;
  min-width:300px;
  max-width:600px;
  position: relative;
  margin:10px auto;
}
#popup-wrapper-click {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 999999;
  cursor:pointer;
}
#topbg {
  width:100%;
  height: 300px;
  position:fixed;
}
#top {
  width:100%;
  font-size:29px;
  color: #f2655f;
  font-weight:bold;
  padding-top:12px;
  padding-bottom:12px;
}
#right {
  margin: 0px auto;
  overflow:hidden;
  border-left:0px solid #cccccc;
  border-radius: 0px;
}
#q00, #q0, #q1, #q2, #q3, #q4, #q5, #q6, #q7, #q8, #q9 {
  overflow:hidden;
  padding:0px;
  width:100%;
  min-width:300px;
  max-width:600px;
  display:none;
  position:absolute;
  line-height:28px;
  font-size:22px;
  color: #575757;
}
.btnyes {
  font-size:30px;
  color: #fff;
  width:100%;
  min-width:200px;
  background-color:#88ba7e;
  border-radius:2px;
  display:inline-block;
  cursor:pointer;
  font-weight:bold;
  padding:20px 0px;
  text-decoration:none;
  border:0px solid #fff;
  margin: 10px 0 0 0;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.btnyes:hover {
  background: #7caa73;
}
.btnno {
  font-size:30px;
  color: #fff;
  width:100%;
  min-width:200px;
  background-color:#aaaaaa;
  border-radius:2px;
  display:inline-block;
  cursor:pointer;
  font-weight:bold;
  padding:20px 0px;
  text-decoration:none;
  border:0px solid #fff;
  margin: 10px 0 0 0;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.btnno:hover {
  background-color:#575757;
}
.btnnext {
  font-size:30px;
  color: #fff;
  width:100%;
  min-width:200px;
  background-color:#88ba7e;
  border-radius:2px;
  display:inline-block;
  cursor:pointer;
  font-weight:bold;
  padding:20px 0px;
  text-decoration:none;
  border:0px solid #fff;
  margin: 10px 0 0 0;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.btnnext:hover {
  background: #7caa73;
}
#box {
  margin: 0 auto;
  padding:10px;
}
#box u {
  color:#f2655f
}
#box2 {
  width:50%;
  min-width:300px;
  margin: 0 auto;
  padding:10px;
}
#popup-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
  background-color: 
    rgba(0,0,0, .7 ) }
#popup {
  width: 300px;
  font-size:22px;
  color: #666;
  background-color: #fff;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  position: relative;
  top: 40%;
  left: 50%;
  text-align: center;
  margin: -210px 0 0 -150px;
  padding: 10px;
  border: 3px solid #2babe1;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(255,255,255,1);
  -moz-box-shadow: 0px 0px 5px 0px rgba(255,255,255,1);
  box-shadow: 0px 0px 5px 0px rgba(255,255,255,1);
}
#tr-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.h1_1 {
  font-size:40px;
  color: #666;
  text-shadow: 1px 1px 1px #fff;
}
.h1_2 {
  font-size:28px;
  color: #fff;
}
.h1 {
  font-size:40px;
  color: #000;
}
.style1 {
  font-size:20px;
  color: #898989;
}
.style2 {
  font-size:18px;
  color: #575757;
}
.styleq1 {
  font-size:23px;
  color: #97b8fd;
}
.styleq2 {
}
.circle1 {
  font-size:23px;
  color: #fff;
  font-weight:bold;
  background:#f2655f;
  border-radius:3px;
  padding:8px 18px;
  margin-left: 3px;
}
.circle2 {
  font-size:23px;
  color: #888;
  font-weight:bold;
  background:#ececec;
  border-radius:3px;
  padding:8px 18px;
  margin-left: 3px;
}
.copyright {
  clear:both;
  padding-top:10px;
}
.copyright .ssl {
  float:right;
  display:block;
}
.copyright p {
  padding-right:80px;
  text-align:left;
  font-size:16px;
  margin:0;
  padding-top:10px;
}
/*last_step*/
.members {
  width: 300px;
  margin: 0 auto;
  clear: both;
  overflow: hidden;
}
.members ul {
  text-align: center;
  list-style: none;
  margin: 10px 0;
  padding-left: 0;
}
.members li {
  display: block;
  margin-left: 2px;
  list-style: none;
  float: left;
}
.members li:first-child {
  margin-left: 0;
}
.members li img {
  display: block;
}
#q9 #top {
  font-size: 21px;
}
#q9 #box h2 {
  text-align: center;
  font-size: 21px;
}
#q9 #box ul {
  width: 280px;
  margin: 0 auto;
  padding-left: 20px;
}
#q9 #box ul li {
  font-size: 14px;
  font-weight: bold;
  color: #484848;
  margin-bottom: 8px;
  list-style: disc;
  line-height: 1;
}
@media screen and (max-width: 500px){
  #q00, #q0, #q1, #q2, #q3, #q4, #q5, #q6, #q7, #q8, #q9 {
    font-size:18px;
    line-height:21px;
  }
  .h1 {
    font-size:22px;
  }
  .style2 {
    font-size:15px;
  }
  .h1_2 {
    font-size:22px;
    line-height:25px}
  .style1 {
    font-size:14px;
  }
  #top {
    font-size:16px;
  }
  .btnyes {
    font-size:24px;
    width:100%}
  .btnno {
    font-size:24px;
    width:100%}
  .btnnext {
    font-size:24px;
    width:100%}
  #topbefore {
    background-color:#e6e6ea;
    padding:6px;
    width:89%;
    margin:0 auto;
    text-align:left}
  .badge {
    width:100px;
  }
  .copyright p {
    font-size:14px;
  }
}

#container:before,
#container:after {
	display: table;
	content: " ";
}
#container:after {
	clear: both;
}

.asHeardOn {
	margin: 1em auto 2em;
	padding: 0 10px;
	text-align: center;
}
	.asHeardOn img {
		display: block;
		height: auto;
		margin: auto;
		max-width: 100%;
	}

#hookupCount {
	background: #fff;
	border: 5px solid #96b781;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-weight: bold;
	letter-spacing: -0.25px;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	top: 15px;
	right: 15px;
	width: 201px;
	max-height: 107px;
	overflow: hidden;
}
	#hookupCount span {
		color: #000;
		display: block;
		font-size: 18px;
		line-height: 1;
	}
	#hookupCount em {
		color: #96b781;
		display: block;
		font-size: 54px;
		font-style: normal;
		line-height: 1;
	}
@media (max-width:959px){
	#hookupCount {
		padding-top: 5px;
		top: 80px;
		width: 171px;
	}
	#hookupCount span {
		font-size: 17px;
	}
	#hookupCount em {
		font-size: 44px;
	}
}
@media (max-width:579px){
	#hookupCount {
		top: 60px;
		width: 141px;
	}
	#hookupCount span {
		font-size: 14px;
	}
	#hookupCount em {
		font-size: 34px;
	}
}
@media (max-width:479px){
	#hookupCount {
		border-width: 3px;
		top: 60px;
		width: 90px;
	}
	#hookupCount span {
		font-size: 12px;
		line-height: 1;
		display: block;
	}
	#hookupCount em {
		font-size: 24px;
	}
}